gridpack::math::storage_size< ScalarType, LibraryType > Struct Template Reference
Get the number of library elements used to represent a scalar.
More...
#include <value_transfer.hpp>
Detailed Description
template<typename ScalarType, typename LibraryType>
struct gridpack::math::storage_size< ScalarType, LibraryType >
Get the number of library elements used to represent a scalar.
complex -> complex -> 1 real -> real -> 1 real -> complex -> 1 complex -> real -> 2
- Returns:
The documentation for this struct was generated from the following file: